home *** CD-ROM | disk | FTP | other *** search
- /*
- File: DriverServices.h
-
- Contains: Driver Services Interfaces.
-
- Version: Technology: PowerSurge 1.0.2 and beyond (including Copland)
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __DRIVERSERVICES__
- #define __DRIVERSERVICES__
-
- #ifndef __CONDITIONALMACROS__
- #include <ConditionalMacros.h>
- #endif
- #ifndef __DRIVERSUPPORT__
- #include <DriverSupport.h>
- #endif
- #ifndef __DRIVERSYNCHRONIZATION__
- #include <DriverSynchronization.h>
- #endif
- #ifndef __DEVICEMANAGERSUPPORT__
- #include <DeviceManagerSupport.h>
- #endif
- #ifndef __INTERRUPTS__
- #include <Interrupts.h>
- #endif
-
- #endif /* __DRIVERSERVICES__ */
-
-